home *** CD-ROM | disk | FTP | other *** search
/ 350 Windows Collection / 350 WINDOWS.iso / 350win / logic / oracle / puzz_19.dxr / 00123.ls < prev    next >
Encoding:
Text File  |  1994-11-08  |  217 b   |  18 lines

  1. on menuGame
  2.   installMenu(0)
  3.   updateStage()
  4.   puppetSound("WELLRTN.SND")
  5.   updateStage()
  6.   go(1, "INIT.DIR")
  7. end
  8.  
  9. on quitGame
  10.   quit()
  11. end
  12.  
  13. on resetGame
  14.   puppetSound("RESET.SND")
  15.   updateStage()
  16.   resetPuzzle()
  17. end
  18.